glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.
Signed-off-by: Konstantin Demin <[email protected]>
PKG_NAME:=rtty
PKG_VERSION:=9.0.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL=https://github.com/zhaojh329/rtty/releases/download/v$(PKG_VERSION)
CATEGORY:=Utilities
SUBMENU:=Terminal
URL:=https://github.com/zhaojh329/rtty
- DEPENDS:=+libev $(2)
+ DEPENDS:= +USE_GLIBC:libcrypt-compat +libev $(2)
VARIANT:=$(1)
PROVIDES:=rtty
endef